/*
Theme Name: TrueScan Client Portal
Theme URI: https://mj2marketing.com/
Author: MJ2 Marketing
Author URI: https://mj2marketing.com/
Description: A customizable starter theme for MJ2 Marketing WordPress projects.
Version: 1.0
Text Domain: tscp
*/

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.float-right {
  float: right;
}

.m-14 {
  margin: 3.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-0 {
  margin-left: 0px;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-12 {
  height: 3rem;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-72 {
  width: 18rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-md {
  max-width: 28rem;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-brand-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 59 89 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: rgba(0,0,0,0);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-left {
  background-position: left;
}

.bg-right {
  background-position: right;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-6 {
  padding: 1.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-16 {
  padding: 4rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-24 {
  padding-top: 6rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-serif {
  font-family: Saira, Open Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.font-sans {
  font-family: Open Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-none {
  line-height: 1;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-brand-1 {
  --tw-text-opacity: 1;
  color: rgb(255 80 0 / var(--tw-text-opacity));
}

.text-brand-2 {
  --tw-text-opacity: 1;
  color: rgb(19 59 89 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.opacity-40 {
  opacity: 0.4;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.orange-button {
  background: #ff5000;
  background: linear-gradient(160.57deg,#ff5000 32.67%,#d44300 82.62%);
  border: 1px solid transparent;
  box-shadow: 0 0 12px rgba(19,59,89,.22);
  color: #fff;
  display: inline-block;
  font-family: 'Saira', 'Open Sans', 'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  min-width: 248px;
  padding: 8px 24px;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.orange-button:hover {
  background: #ff5000;
  background: linear-gradient(160.57deg,#ff5000 32.67%,#d44300 82.62%);
  border-color: #cc4000;
  color: #fff;
}

.shadow-custom {
  box-shadow: 0 0 6px rgba(73,73,73,.25);
}

.faq-toggles .faq-opened .faq-question svg {
  transform: rotate(270deg) !important;
}

.faq-toggles .faq-answer {
  height: 0;
  overflow: hidden;
}

.faq-toggles .faq-opened .faq-answer {
  margin-top: 1rem !important;
  height: auto;
}

/* # Restrict Content Pro */

.rcp_form label {
  font-weight: 700;
}

.rcp_form input[type="text"],
.rcp_form input[type="password"],
.rcp_form input[type="email"] {
  width: 100%;
}

.rcp_form input[type="submit"] {
  background: #ff5000;
  background: linear-gradient(160.57deg,#ff5000 32.67%,#d44300 82.62%);
  border: 1px solid transparent;
  box-shadow: 0 0 12px rgba(19,59,89,.22);
  font-family: 'Saira', 'Open Sans', 'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 8px 24px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.rcp_form input[type="submit"]:hover {
  background: #ff5000;
  background: linear-gradient(160.57deg,#ff5000 32.67%,#d44300 82.62%);
  border-color: #cc4000;
}

.rcp_form p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 18px;
}

.rcp_form input[type="checkbox"] {
  display: inline;
  float: none !important;
}

.rcp_form input[type="checkbox"] + label {
  display: inline;
}

/* # Gravity Forms */

.site-content .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1rem;
  font-weight: 400;
}

.site-content .gform_wrapper.gravity-theme #field_submit input,
.site-content .gform_wrapper.gravity-theme .gform_footer input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
}

/* # Primary Elements */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul,
ol {
  margin: 0.5rem 0 0.5rem 1.5rem;
  padding-left: 1rem;
}

ul {
  list-style: disc;
  padding-left: 0;
}

ol {
  list-style: decimal;
}

li {
  margin: 0.5rem 0;
}

li > ul,
li > ol {
  margin: 0.5rem 0 0.5rem 2rem;
}

dt {
  font-weight: 600;
}

dd {
  margin: 1rem 2rem;
}

img {
  height: auto;
  line-height: 0;
  max-width: 100%;
}

figure {
  margin: 0;
}

table {
  margin: 1rem 0;
  width: 100%;
}

/* # Typography */

body,
button,
input,
select,
optgroup,
textarea {
  color: #494949;
  font-family: 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.075rem;
  line-height: 1.625;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #494949;
  display: block;
  font-family: 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

p {
  margin: 0 0 1rem;
}

dfn,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 1.125rem;
  font-style: italic;
  margin: 2rem;
}

cite {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
}

address {
  margin: 2rem;
}

pre {
  background: #eee;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.5rem;
}

code,
kbd,
tt,
var {
  background-color: #f8f8f8;
  border-radius: 0;
  color: black;
  display: block;
  font-family: inherit;
  margin-right: 1rem;
  padding: 12px;
  word-break: break-all;
  word-wrap: break-word;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #f8f8f8;
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: 600;
}

/* # Forms */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #133b59;
  border: 1px solid #133b59;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 12px;
  text-transform: none;
  transition: all ease-in-out 200ms 75ms;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #ff5000;
  border-color: #ff5000;
  color: white;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #ff5000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: black;
  border: 1px solid black;
  border-radius: 0;
  font-size: 1rem;
  padding: 9px 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: black;
  border: 1px solid black
}

select {
  border: 1px solid black;
  padding: 4px 8px;
}

textarea {
  width: 100%;
}

/* # Navigation */

/* ## Links */

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  transition: all ease-in-out 150ms 75ms;
}

a:hover,
a:focus,
a:active {
  color: #ff5000;
  transition: all ease-in-out 150ms 75ms;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

button a:focus {
  color: white;
}

/* ## Comment Navigation and Post Navigation */

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 1.5em 0;
  overflow: hidden;
}

.posts-navigation {
  font-size: 16px;
  width: 100%;
}

.posts-navigation a {
  background-color: #133b59;
  color: white;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  transition: all ease-in-out 200ms 75ms;
}

.posts-navigation a:hover {
  background-color: #ff5000;
  transition: all ease-in-out 200ms 75ms;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: leftt;
  width: 50%;
}

/* ## Menu - Desktop */

.main-navigation {
  clear: both;
  display: block;
  float: right;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.main-navigation ul li {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}

.main-navigation ul li:not(.menu-button-filled) a {
  color: #fff;
  display: block;
  font-family: 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif';
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.075rem;
  margin: 0 0.125rem;
  padding: 2.6rem 1rem 0.35rem;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-decoration-thickness: 4px;
  text-transform: uppercase;
  text-underline-offset: -61px;
  transition: all ease-in-out 150ms 75ms;
}

.main-navigation ul li:not(.menu-button-filled) a:hover,
.main-navigation ul li:not(.menu-button-filled) a:active,
.main-navigation ul li:not(.menu-button-filled) a:focus,
.main-navigation ul li.current-menu-item a {
  color: #ff5000 !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #ff5000 !important;
          text-decoration-color: #ff5000 !important;
  transition: all ease-in-out 150ms 75ms;
}

.main-navigation ul li ul {
  background-color: #fff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: 0;
  margin-top: 0;
  padding: 4px 0 3px;
  overflow: hidden;
  position: absolute;
  left: -999em;
  text-align: left;
  top: 100%;
  z-index: 99999;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul li ul li {
  margin: 0;
  padding: 0;
}

.main-navigation ul li ul li:hover > ul,
.main-navigation ul li ul li.focus > ul {
  left: 0;
}

.main-navigation ul li ul li a {
  color: #133b59;
  margin: 0;
  padding: 0.75rem 1rem;
  text-transform: none;
  width: 260px;
  transition: all ease-in-out 150ms 75ms;
}

.main-navigation ul li ul li a:hover {
  color: #133b59;
  margin: 0;
  transition: all ease-in-out 150ms 75ms;
}

.main-navigation ul li ul li ul {
  box-shadow: none;
  left: -999em;
  left: 0;
  position: relative;
  top: 0;
}

@media screen and (min-width: 1280px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

@media screen and (max-width: 1279px) {
  .main-navigation > div {
    visibility: hidden;
    transition: all ease-in-out 150ms 75ms;
  }

  .main-navigation.toggled > div {
    visibility: visible;
    transition: all ease-in-out 150ms 75ms;
  }

  .main-navigation ul li {
    float: none;
  }

  .main-navigation ul li:not(.menu-button-filled) a {
    color: #494949;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.075rem;
    margin: 0 0.125rem;
    padding: 1rem 1rem 1rem;
    text-decoration: none;
  }

  .main-navigation ul li:not(.menu-button-filled) a:hover,
	.main-navigation ul li:not(.menu-button-filled) a:active,
	.main-navigation ul li:not(.menu-button-filled) a:focus,
	.main-navigation ul li.current-menu-item a,
	.main-navigation ul li:not(.menu-button-filled) a:hover {
    text-decoration: none !important;
    -webkit-text-decoration-color: transparent !important;
            text-decoration-color: transparent !important;
    text-decoration-thickness: 0 !important;
  }

  .main-navigation ul li.menu-button-filled > a {
    color: #fff;
    margin-top: 1rem;
  }

  .main-navigation ul li.menu-button-filled > a:hover {
    background: #133b59;
    color: #fff;
  }

  .main-navigation ul li ul {
    background: none;
    box-shadow: none;
    display: inline-block !important;
    left: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .main-navigation ul li ul li a {
    background: none;
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0.5rem;
    padding-right: 32px;
    padding-top: 0.5rem;
    width: 100%;
  }

  .main-navigation ul li ul li a:hover {
    margin-bottom: 3px;
  }
}

.footer-navigation {
  clear: both;
}

.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.footer-navigation ul li {
  margin: 0;
}

.footer-navigation ul li a {
  color: #fff;
  display: block;
  font-size: 1rem;
  padding: 0.25rem 1rem 0.25rem 0;
  text-decoration: none;
  transition: all ease-in-out 200ms 75ms;
}

.footer-navigation ul li a:hover {
  color: #ff5000;
  transition: all ease-in-out 200ms 75ms;
}

.footer-navigation ul li ul {
  margin-left: 1.25rem;
}

/* # Accessibility */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/* # Alignments */

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* # Clearings */

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/* # Widgets */

.widget {
  margin: 0 0 2.5em;
}

.widget select {
  max-width: 100%;
}

.widget .widget-title {
  color: #133b59;
  font-size: 1.25rem;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.widget ul {
  list-style-type: none;
  padding-left: 0;
}

.widget ul li {
  font-size: 1rem;
  margin-bottom: 6px;
  margin-top: 6px;
}

.widget.widget_recent_entries ul li {
  color: #133b59;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.widget.widget_recent_entries ul li a {
  display: block;
}

.widget.widget_recent_entries ul li a:hover {
  color: gray;
}

.widget.widget_recent_entries ul li span {
  color: gray;
}

/* # Content */

/* ## Posts and Pages */

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* ## Comments */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* ## Infinite scroll */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/* # WordPress */

table#wp-calendar {
  width: 100%;
  text-align: center;
}

table#wp-calendar th {
  text-align: center;
  padding-bottom: 10px;
}

table#wp-calendar td {
  padding: 5px 0;
}

table#wp-calendar thead tr {
  border-bottom: 2px solid #9b9b9b;
}

table#wp-calendar tbody tr {
  border-bottom: 1px solid #e3e3e3;
}

table#wp-calendar caption {
  text-align: center;
}

.comment-form-comment label {
  display: none;
}

.gallery:after {
  content:"";
  display:table;
  clear:both;
}

img.aligncenter, div.aligncenter, figure.aligncenter {
  display:block;
  margin:1em auto;
  text-align: center;
}

img.wp-post-image {
  display:block;
  margin:0 auto;
}

img.alignright, div.alignright, figure.alignright {
  float:right;
  margin:1em 0 1em 2em;
}

img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
  float:left;
  margin:1em 1em 2em 0;
}

figure {
  max-width: 100%;
  height: auto;
  margin:1em 0;
}

p img.alignright, p img.alignleft {
  margin-top:0;
}

@media (max-width:767px) {
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    display:block;
    margin:1em auto;
    float:none;
  }

  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    width:100%;
    margin:0 0 1em 0;
    float:none;
  }
}

/* ## Media */

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed, iframe, object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.custom-logo {
  margin-bottom: -38px;
  max-width: 100%;
  width: 102px;
}

@media (min-width: 1024px) {
  .custom-logo {
    width: 102px;
  }
}

.footer-logo .custom-logo {
  width: 102px;
}

/* ## Captions */

.wp-caption {
  max-width: 96%;
  padding: 4px 4px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 4px 4px 5px;
}

/* ## Galleries */

.gallery {
  margin-bottom: 1.5em;
}

.gallery figure img {
  max-width:100%;
  height:auto;
  margin:0 auto;
  display:block;
}

.gallery figure {
  float:left;
  margin:0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
  width:100%;
  margin:0 0 1em 0;
  float:none;
}

.gallery.gallery-columns-3 figure {
  width:32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right:0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear:left;
}

.gallery.gallery-columns-2 figure {
  width:49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right:0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear:left;
}

.gallery.gallery-columns-4 figure {
  width:23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right:0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear:left;
}

.gallery.gallery-columns-5 figure {
  width:18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right:0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear:left;
}

.gallery.gallery-columns-6 figure {
  width:14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right:0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear:left;
}

.gallery.gallery-columns-7 figure {
  width:12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right:0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear:left;
}

.gallery.gallery-columns-8 figure {
  width:10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right:0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear:left;
}

.gallery.gallery-columns-9 figure {
  width:8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right:0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear:left;
}

/* ## Galleries v2 */

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ## Embed Containers */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ## Miscellaneous */

.wp-block-latest-posts__list li {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.single-post .post-thumbnail img {
  border-radius: 0.25rem;
}

.wp-block-latest-posts__list.is-grid li {
  border-radius: 0.25rem;
  padding: 1rem;
}

.wp-block-latest-posts__list.is-grid li img {
  margin-bottom: 1rem;
}

.hover\:bg-transparent:hover {
  background-color: rgba(0,0,0,0);
}

.hover\:bg-brand-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 80 0 / var(--tw-bg-opacity));
}

.hover\:text-brand-1:hover {
  --tw-text-opacity: 1;
  color: rgb(255 80 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:relative {
    position: relative;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:bg-transparent {
    background-color: rgba(0,0,0,0);
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}